version bump to 1.3.0
This commit is contained in:
parent
318cd3391f
commit
97b38e1a49
3 changed files with 12 additions and 5 deletions
11
HISTORY.txt
11
HISTORY.txt
|
@ -8,8 +8,15 @@
|
|||
|
||||
.. contents::
|
||||
|
||||
Unreleased
|
||||
============
|
||||
Release 1.3.0
|
||||
===============
|
||||
|
||||
* Add "exclude" to CronAlarm
|
||||
* Add larigira-dbmanage getaction
|
||||
* more docs
|
||||
|
||||
Release 1.2.0
|
||||
===============
|
||||
|
||||
larigira moved. Its new repository is at
|
||||
https://git.lattuga.net/boyska/larigira . Update your bookmarks!
|
||||
|
|
|
@ -60,9 +60,9 @@ copyright = '2015-2017, boyska'
|
|||
# built documents.
|
||||
#
|
||||
# The short X.Y version.
|
||||
version = '1.1'
|
||||
version = '1.3'
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = '1.2.1'
|
||||
release = '1.3.0'
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
|
|
2
setup.py
2
setup.py
|
@ -29,7 +29,7 @@ class PyTest(TestCommand):
|
|||
sys.exit(errno)
|
||||
|
||||
setup(name='larigira',
|
||||
version='1.2.1',
|
||||
version='1.3',
|
||||
description='A radio automation based on MPD',
|
||||
long_description=read('README.rst'),
|
||||
long_description_content_type='text/x-rst',
|
||||
|
|
Loading…
Reference in a new issue