Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
west-public
westpy
Commits
8780ce63
Commit
8780ce63
authored
May 27, 2021
by
Marco Govoni
Browse files
Prepare for 4.3.0
parent
aa812a0b
Pipeline
#3282
passed with stages
in 1 minute and 21 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
doc/conf.py
View file @
8780ce63
...
...
@@ -56,7 +56,7 @@ master_doc = 'index'
# General information about the project.
project
=
u
'westpy'
copyright
=
u
'202
0
, Marco Govoni'
copyright
=
u
'202
1
, Marco Govoni'
author
=
u
'Marco Govoni'
# The version info for the project you're documenting, acts as replacement for
...
...
@@ -64,7 +64,7 @@ author = u'Marco Govoni'
# built documents.
#
# The short X.Y version.
version
=
'4.
2
.0'
version
=
'4.
3
.0'
# The full version, including alpha/beta/rc tags.
release
=
version
...
...
setup.py
View file @
8780ce63
...
...
@@ -5,7 +5,7 @@ with open("README.md", "r") as fh:
long_description
=
fh
.
read
()
setup
(
name
=
'westpy'
,
version
=
'4.
2
.0'
,
version
=
'4.
3
.0'
,
packages
=
find_packages
(),
description
=
'Python analysis tools for WEST'
,
long_description
=
long_description
,
...
...
westpy/__init__.py
View file @
8780ce63
...
...
@@ -7,7 +7,7 @@ from westpy.dataContainer import *
from
westpy.electronicStructure
import
*
from
westpy.session
import
*
__version__
=
'4.
2
.0'
__version__
=
'4.
3
.0'
def
header
()
:
"""Prints welcome header."""
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment