Skip to content

Commit

Permalink
0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoqiangwang committed Mar 27, 2023
1 parent 6d0a3ae commit ffb472a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

package:
name: pcaspy
version: 0.7.3
version: 0.8.0

source:
path: ..
Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ def __getattr__(cls, name):
# built documents.
#
# The short X.Y version.
version = '0.7'
version = '0.8'
# The full version, including alpha/beta/rc tags.
release = '0.7.3'
release = '0.8.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion pcaspy/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version_info = (0, 7, '3')
version_info = (0, 8, '0')
__version__ = '.'.join(map(str, version_info))
2 changes: 1 addition & 1 deletion python-pcaspy.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Summary: Portable Channel Access Server in Python
Name: python-pcaspy
Version: 0.7.3
Version: 0.8.0
Release: 1%{?dist}
Source0: https://pypi.io/packages/source/p/pcaspy/pcaspy-%{version}.tar.gz
License: BSD
Expand Down

0 comments on commit ffb472a

Please sign in to comment.