Skip to content

Commit 13a0900

Browse files
committed
for release 1.3.4
1 parent fabbfef commit 13a0900

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

PKG-INFO

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Metadata-Version: 1.1
22
Name: xrt
3-
Version: 1.3.3
3+
Version: 1.3.4
44
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.
55
Home-page: http://xrt.readthedocs.io
66
Author: Konstantin Klementiev, Roman Chernikov

doc/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -140,9 +140,9 @@ def load_res():
140140
# built documents.
141141
#
142142
# The short X.Y version.
143-
version = '1.3.3'
143+
version = '1.3.4'
144144
# The full version, including alpha/beta/rc tags.
145-
release = '1.3.3'
145+
release = '1.3.4'
146146

147147
# The language for content autogenerated by Sphinx. Refer to documentation
148148
# for a list of supported languages.

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@
179179

180180
setup(
181181
name='xrt',
182-
version='1.3.3',
182+
version='1.3.4',
183183
description='Ray tracing and wave propagation in x-ray regime, primarily '
184184
'meant for modeling synchrotron sources, beamlines and '
185185
'beamline elements. Includes a GUI for creating a beamline '

xrt/version.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# -*- coding: utf-8 -*-
2-
__versioninfo__ = (1, 3, 3)
2+
__versioninfo__ = (1, 3, 4)
33
__version__ = '.'.join(map(str, __versioninfo__))
4-
__date__ = "11 Mar 2019"
4+
__date__ = "21 May 2020"

0 commit comments

Comments
 (0)