Skip to content

Commit

Permalink
VERSION 1.0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vvbragin committed Jan 6, 2023
1 parent cabe68b commit 60eac58
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Version 1.0.3.1

- Hotfix to support new GUI functionality

# Version 1.0.3

**New features**
Expand Down
4 changes: 2 additions & 2 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@
# built documents.
#
# The short X.Y version.
version = '1.0.3'
version = '1.0.3.1'
# The full version, including alpha/beta/rc tags.
release = '1.0.3'
release = '1.0.3.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion netpyne/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
NetPyNE consists of a number of sub-packages and modules.
"""

__version__ = '1.0.3'
__version__ = '1.0.3.1'
import os, sys
display = os.getenv('DISPLAY')
nogui = (sys.argv.count('-nogui')>0)
Expand Down

0 comments on commit 60eac58

Please sign in to comment.