Skip to content

Commit

Permalink
Update to version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nitmir committed Jan 12, 2019
1 parent a6cf8aa commit edf4871
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ All notable changes to this project will be documented in this file.
:depth: 2


Unreleased
==========
v1.0.0 - 2019-01-12
===================

Added
-----
Expand Down
2 changes: 1 addition & 1 deletion cas_server/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"""A django CAS server application"""

#: version of the application
VERSION = '0.9.0'
VERSION = '1.0.0'

#: path the the application configuration class
default_app_config = 'cas_server.apps.CasAppConfig'

0 comments on commit edf4871

Please sign in to comment.