Skip to content

Commit

Permalink
v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
singraber committed Nov 22, 2024
1 parent e6a46df commit e51667a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Changelog

All notable changes to this project will be documented in this file.

Version 2.3.0 - 2024-11-??
Version 2.3.0 - 2024-11-23
--------------------------

New features
Expand Down
2 changes: 1 addition & 1 deletion src/doc/sphinx/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@

# General information about the project.
project = u'n2p2 - A neural network potential package'
copyright = u'2022, Andreas Singraber'
copyright = u'2024, Andreas Singraber'
author = u'Andreas Singraber'

# The version info for the project you're documenting, acts as replacement for
Expand Down
2 changes: 1 addition & 1 deletion src/libnnp/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#ifndef VERSION_H
#define VERSION_H

#define N2P2_VERSION "v2.2.0"
#define N2P2_VERSION "v2.3.0"
#define N2P2_GIT_VERSION ""
#define N2P2_GIT_REV ""
#define N2P2_GIT_BRANCH ""
Expand Down

0 comments on commit e51667a

Please sign in to comment.