Skip to content

Commit

Permalink
version and docs bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
giumas committed Jan 22, 2022
1 parent 443f3b2 commit 7f56c76
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 2021.0.{build}-{branch}
version: 2022.{build}-{branch}

image: Visual Studio 2015

Expand Down
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,16 +48,16 @@

# General information about the project.
project = u'HydrOffice Sound Speed'
copyright = u'2021, CCOM/JHC,UNH'
copyright = u'2022, CCOM/JHC,UNH'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# built documents.
#
# The short X.Y version.
version = '2021.2'
version = '2022.0'
# The full version, including alpha/beta/rc tags.
release = '2021.2.6'
release = '2022.0.0'

numfig = True

Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ HydrOffice Sound Speed's documentation


.. note::
© University of New Hampshire, Center for Coastal and Ocean Mapping, 2021. All rights reserved. Portions of this
© University of New Hampshire, Center for Coastal and Ocean Mapping, 2022. All rights reserved. Portions of this
project were developed under a cooperative agreement with NOAA Coast Survey Development Laboratory, and contain
NOAA-developed code in the public domain.
4 changes: 2 additions & 2 deletions hyo2/soundspeed/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
logger.addHandler(logging.NullHandler())

name = "Sound Speed"
__version__ = '2021.2.7'
__copyright__ = 'Copyright 2021 University of New Hampshire, Center for Coastal and Ocean Mapping'
__version__ = '2022.0.0'
__copyright__ = 'Copyright 2022 University of New Hampshire, Center for Coastal and Ocean Mapping'

lib_info = LibInfo()

Expand Down
4 changes: 2 additions & 2 deletions hyo2/soundspeedmanager/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
logger.addHandler(logging.NullHandler())

name = "Sound Speed Manager"
__version__ = "2021.2.7"
__copyright__ = "Copyright 2021 University of New Hampshire, Center for Coastal and Ocean Mapping"
__version__ = "2022.0.0"
__copyright__ = "Copyright 2022 University of New Hampshire, Center for Coastal and Ocean Mapping"

app_info = AppInfo()

Expand Down
Binary file modified hyo2/soundspeedmanager/media/manual.pdf
Binary file not shown.
4 changes: 2 additions & 2 deletions hyo2/soundspeedsettings/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
logger.addHandler(logging.NullHandler())

name = "Sound Speed Settings"
__version__ = '2021.2.7'
__copyright__ = 'Copyright 2021 University of New Hampshire, Center for Coastal and Ocean Mapping'
__version__ = '2022.0.0'
__copyright__ = 'Copyright 2022 University of New Hampshire, Center for Coastal and Ocean Mapping'

app_info = AppInfo()

Expand Down

0 comments on commit 7f56c76

Please sign in to comment.