Set version v1.19.1 for release

This commit is contained in:
Atsushi Togo 2020-05-03 10:40:37 +09:00
parent f85a8df435
commit 08adcf965b
3 changed files with 7 additions and 2 deletions

View File

@ -3,6 +3,11 @@
Change Log
==========
Mar-3-2020: Version 1.19.1
--------------------------
- Release for pypi and conda (atztogo channel) packagings
Mar-2-2020: Version 1.19.0
--------------------------

View File

@ -51,7 +51,7 @@ copyright = u'2015, Atsushi Togo'
# The short X.Y version.
version = '1.19'
# The full version, including alpha/beta/rc tags.
release = '1.19.0'
release = '1.19.1'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

View File

@ -32,4 +32,4 @@
# ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
# POSSIBILITY OF SUCH DAMAGE.
__version__ = "1.19.0"
__version__ = "1.19.1"