Skip to content

Commit

Permalink
Bump to 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tito committed Jan 27, 2015
1 parent a9eb624 commit a1f9a33
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ Changelog
%%version%% (unreleased)
------------------------

- Setup.py: add changelog into the description + fix rst issue. [Mathieu
Virbel]

- Bump to 1.2.3-dev. [Mathieu Virbel]

1.2.2 (2015-01-27)
------------------

- Bump to 1.2.2. [Mathieu Virbel]

- Update the version to the next dev (missing from the last release)
[Mathieu Virbel]

Expand Down
2 changes: 1 addition & 1 deletion plyer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
'tts', 'email', 'vibrator', 'sms', 'compass',
'gyroscope', 'uniqueid', 'battery')

__version__ = '1.2.3-dev'
__version__ = '1.2.3'

from plyer import facades
from plyer.utils import Proxy
Expand Down

0 comments on commit a1f9a33

Please sign in to comment.