Skip to content
This repository has been archived by the owner on Mar 22, 2018. It is now read-only.

Commit

Permalink
bump to 1.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
mfrasca committed Apr 4, 2015
1 parent 86625a5 commit 6138965
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
9 changes: 3 additions & 6 deletions bauble/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright (c) 2005,2006,2007,2008,2009
# Brett Adams <brett@belizebotanic.org>
# Copyright (c) 2005,2006,2007,2008,2009 Brett Adams <brett@belizebotanic.org>
# Copyright (c) 2012-2015 Mario Frasca <mario@anche.no>
#
# This file is part of bauble.classic.
#
Expand All @@ -25,10 +25,7 @@
import sys
import bauble.paths as paths

# major, minor, revision version tuple
version = '1.0.11' # :bump
"""The Bauble version.
"""
from bauble.version import version
version_tuple = version.split('.')

from bauble.i18n import _
Expand Down
3 changes: 3 additions & 0 deletions bauble/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,7 @@
# You should have received a copy of the GNU General Public License
# along with bauble.classic. If not, see <http://www.gnu.org/licenses/>.

# major, minor, revision version tuple
version = "1.0.12"
"""The Bauble version.
"""

0 comments on commit 6138965

Please sign in to comment.