Skip to content

Commit

Permalink
Merge pull request #116 from msmexplorer/1.1.0
Browse files Browse the repository at this point in the history
Release v1.1.0
  • Loading branch information
cxhernandez authored Jan 5, 2018
2 parents 35c3801 + c03a8f6 commit bb10911
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Changelog
=========

v1.1.0 (Development)
v1.1.0 (January 5, 2018)
-----------------------

New Features
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
sys.dont_write_bytecode = False

NAME = "msmexplorer"
VERSION = "1.1.0dev0"
ISRELEASED = False
VERSION = "1.1.0"
ISRELEASED = True
__version__ = VERSION


Expand Down

0 comments on commit bb10911

Please sign in to comment.