Skip to content

Commit

Permalink
Release v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jirutka committed Jul 13, 2017
1 parent bef42ef commit 50ea1e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
:tags: {repo-uri}/releases/tag


== Unreleased
== link:{tags}/v2.0.0[2.0.0] (2017-07-14)

* Update for ldap3 2.x.
* Rename project to ldap-passwd-webui.
Expand Down
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
BASE_DIR = path.dirname(__file__)
LOG = logging.getLogger(__name__)
LOG_FORMAT = '%(asctime)s %(levelname)s: %(message)s'
VERSION = '1.0.0'
VERSION = '2.0.0'


@get('/')
Expand Down

0 comments on commit 50ea1e4

Please sign in to comment.