Skip to content

Commit

Permalink
for release 1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kklmn committed May 21, 2020
1 parent fabbfef commit 13a0900
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: xrt
Version: 1.3.3
Version: 1.3.4
Summary: Ray tracing and wave propagation in x-ray regime, primarily meant for modeling synchrotron sources, beamlines and beamline elements. Includes a GUI for creating a beamline and viewing it in 3D.
Home-page: http://xrt.readthedocs.io
Author: Konstantin Klementiev, Roman Chernikov
Expand Down
4 changes: 2 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,9 +140,9 @@ def load_res():
# built documents.
#
# The short X.Y version.
version = '1.3.3'
version = '1.3.4'
# The full version, including alpha/beta/rc tags.
release = '1.3.3'
release = '1.3.4'

# 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.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@

setup(
name='xrt',
version='1.3.3',
version='1.3.4',
description='Ray tracing and wave propagation in x-ray regime, primarily '
'meant for modeling synchrotron sources, beamlines and '
'beamline elements. Includes a GUI for creating a beamline '
Expand Down
4 changes: 2 additions & 2 deletions xrt/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*-
__versioninfo__ = (1, 3, 3)
__versioninfo__ = (1, 3, 4)
__version__ = '.'.join(map(str, __versioninfo__))
__date__ = "11 Mar 2019"
__date__ = "21 May 2020"

0 comments on commit 13a0900

Please sign in to comment.