Skip to content

Commit

Permalink
corrected version
Browse files Browse the repository at this point in the history
  • Loading branch information
devgc committed Aug 9, 2016
1 parent 51f63ee commit d952126
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## [1.0.2] - 2016-08-08
## [1.2.0] - 2016-08-08
### Added
- Methods to add elastic options
- use elastic config file for complex configurations including using ssl certs
Expand Down
2 changes: 1 addition & 1 deletion libem/Config.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class Config():
UI_GUI = 1
UI_TYPE = None

VERSION = '1.0.2'
VERSION = '1.2.0'
STARTTIME = time.time()
CPU_COUNT = multiprocessing.cpu_count()
CPU_USE = CPU_COUNT
Expand Down

0 comments on commit d952126

Please sign in to comment.