Skip to content

Commit

Permalink
New release
Browse files Browse the repository at this point in the history
  • Loading branch information
mpgl committed Oct 15, 2022
1 parent 24b70a1 commit 98e2f59
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions docs_sphinx/source/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Release notes
===============

Version 1.0.5
-------------
* Improved documentation.
* Minor improvements.


Version 1.0.4
-------------

Expand Down
2 changes: 1 addition & 1 deletion docs_sphinx/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
project = 'Dendrify'
copyright = '2022, Michalis Pagkalos'
author = 'Michalis Pagkalos'
release = '1.0.4'
release = '1.0.5'


# -- General configuration -----------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import find_packages, setup

VERSION = '1.0.4'
VERSION = '1.0.5'
DESCRIPTION = 'A package for adding dendrites to SNNs'
LONG_DESCRIPTION = 'A package for adding dendrites to SNNs in Brian 2'

Expand Down

0 comments on commit 98e2f59

Please sign in to comment.