Skip to content

Commit

Permalink
Bump version to 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
steko committed Aug 22, 2019
1 parent bef412f commit 1f46e55
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
8 changes: 4 additions & 4 deletions docs/conf.py
Expand Up @@ -51,7 +51,7 @@

# General information about the project.
project = u'Total Open Station'
copyright = u'2015-2017, Stefano Costa, Luca Bianconi and Damien Gaignon'
copyright = u'2015-2019, Stefano Costa, Damien Gaignon and Luca Bianconi'
author = u'Stefano Costa'

# The version info for the project you're documenting, acts as replacement for
Expand All @@ -61,7 +61,7 @@
# The short X.Y version.
version = '0.4'
# The full version, including alpha/beta/rc tags.
release = '0.4.0beta2'
release = '0.4.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down Expand Up @@ -210,7 +210,7 @@
# author, documentclass [howto, manual, or own class]).
latex_documents = [
('index', 'TotalOpenStation.tex', u'Total Open Station Documentation',
u'Stefano Costa, Luca Bianconi, Damien Gaignon', 'manual'),
u'Stefano Costa, Damien Gaignon, Luca Bianconi', 'manual'),
]

# The name of an image file (relative to this directory) to place at the top of
Expand Down Expand Up @@ -262,7 +262,7 @@
# dir menu entry, description, category)
texinfo_documents = [
('index', 'TotalOpenStation', u'Total Open Station Documentation',
u'Stefano Costa, Luca Bianconi, Damien Gaignon', 'TotalOpenStation', 'One line description of project.',
u'Stefano Costa, Damien Gaignon, Luca Bianconi', 'TotalOpenStation', 'Total Open Station downloads data from your total station into common formats',
'Miscellaneous'),
]

Expand Down
9 changes: 5 additions & 4 deletions scripts/totalopenstation-gui.py
@@ -1,7 +1,7 @@
#! /usr/bin/env python
# -*- coding: utf-8 -*-
# filename: totalopenstation-gui.py
# Copyright 2008-2014 Stefano Costa <steko@iosa.it>
# Copyright 2008-2019 Stefano Costa <steko@iosa.it>
# Copyright 2010,2012 Luca Bianconi <luxetluc@yahoo.it>
#
# This file is part of Total Open Station.
Expand Down Expand Up @@ -119,10 +119,11 @@ class AboutDialog(tkSimpleDialog.Dialog):
def body(self, master):
title = "Total Open Station %s" % totalopenstation.__version__
message = _("""
Total Open Station is copyright 2008-2015 Luca Bianconi, Stefano Costa
and the IOSA project, under the GNU GPL v3 or any later version.
Total Open Station is copyright 2008-2019 Stefano Costa, Damien
Gaignon, Luca Bianconi and the IOSA project, under the GNU GPL v3
or any later version.
http://tops.iosa.it/
https://tops.iosa.it/
The application logo is copyright 2008 Lapo Calamandrei under the same
license.""")
Expand Down
2 changes: 1 addition & 1 deletion totalopenstation/__init__.py
@@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-

__version__ = '0.3.2'
__version__ = '0.4.0'

0 comments on commit 1f46e55

Please sign in to comment.