Skip to content

Commit

Permalink
3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoqiangwang committed Dec 8, 2017
1 parent d6fe7e7 commit 538468a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: cachannel
version: 3.0.2
version: 3.0.3

source:
# build from source tree (for conda-build > 1.9)
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def __getattr__(cls, name):
# The short X.Y version.
version = '3.0'
# The full version, including alpha/beta/rc tags.
release = '3.0.2'
release = '3.0.3'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion python-CaChannel.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Summary: CaChannel Interface to EPICS
Name: python-CaChannel
Version: 3.0.2
Version: 3.0.3
Release: 1%{?dist}
Source0: https://pypi.io/packages/source/C/CaChannel/CaChannel-%{version}.tar.gz
License: BSD
Expand Down
2 changes: 1 addition & 1 deletion src/CaChannel/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version_info = (3, 0, '2')
version_info = (3, 0, '3')
__version__ = '.'.join(map(str, version_info))

0 comments on commit 538468a

Please sign in to comment.