Skip to content

Commit

Permalink
changed to version 2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelgfierro committed Feb 11, 2017
1 parent 2c05d5e commit 29ef3c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sciblog/__init__.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@

__title__ = 'Sciblog - A blog designed like a scientific Latex paper'
__version__ = '2.5'
__version__ = '2.6'
__author__ = 'Miguel Gonzalez-Fierro'
__license__ = 'MIT license'
__copyright__ = 'Copyright 2015-2016 Miguel Gonzalez-Fierro'
__copyright__ = 'Copyright 2015-2017 Miguel Gonzalez-Fierro'

# Version synonym
VERSION = __version__

0 comments on commit 29ef3c9

Please sign in to comment.