Skip to content

Commit

Permalink
Merge pull request #252 from MassimoCimmino/maintenance/issue251_vers…
Browse files Browse the repository at this point in the history
…ion-2-2-2

Maintenance/issue251 version 2 2 2
  • Loading branch information
MassimoCimmino authored Jan 6, 2023
2 parents eaf9984 + 0b1ad7b commit 9cb5f4f
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# History of changes

## Current version
## Version 2.2.2 (2023-01-09)

### Enhancements

Expand Down
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ authors:
given-names: "Massimo"
orcid: "https://orcid.org/0000-0002-9981-9926"
title: "pygfunction"
version: 2.2.1
date-released: 2022-08-12
version: 2.2.2
date-released: 2023-01-09
url: "https://github.com/MassimoCimmino/pygfunction"
preferred-citation:
type: conference-paper
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

Copyright (c) 2017-2022, Massimo Cimmino
Copyright (c) 2017-2023, Massimo Cimmino
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
4 changes: 2 additions & 2 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@

# General information about the project.
project = u'pygfunction'
copyright = u'2017-2022, Massimo Cimmino'
copyright = u'2017-2023, Massimo Cimmino'
author = u'Massimo Cimmino'

# The version info for the project you're documenting, acts as replacement for
Expand All @@ -76,7 +76,7 @@
# The short X.Y version.
version = u'2.2'
# The full version, including alpha/beta/rc tags.
release = u'2.2.1'
release = u'2.2.2'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = pygfunction
version = 2.2.1
version = 2.2.2
description = A g-function calculator for Python
author = Massimo Cimmino
author_email = [email protected]
Expand Down

0 comments on commit 9cb5f4f

Please sign in to comment.