Skip to content

Commit

Permalink
Nowa wersja
Browse files Browse the repository at this point in the history
  • Loading branch information
kapi2289 committed Dec 22, 2018
1 parent 2b0f460 commit 3823637
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Vulcan API

.. image:: https://img.shields.io/pypi/v/vulcan-api.svg
:target: https://pypi.org/project/vulcan-api/
:alt: v0.1.1
:alt: v0.1.2

.. image:: https://img.shields.io/pypi/pyversions/vulcan-api.svg
:target: https://pypi.org/project/vulcan-api/
Expand Down
3 changes: 2 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
# The short X.Y version
version = ''
# The full version, including alpha/beta/rc tags
release = '0.1.1'
import vulcan
release = vulcan.__version__


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion vulcan/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from .vulcan import *

__title__ = 'vulcan'
__version__ = '0.1.1'
__version__ = '0.1.2'
__description__ = 'API for Vulcan e-journal'
__doc__ = __description__

Expand Down

0 comments on commit 3823637

Please sign in to comment.