Skip to content

Commit 640df66

Browse files
committed
for release 1.6.0
1 parent f01de0b commit 640df66

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

PKG-INFO

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Metadata-Version: 2.1
22
Name: xrt
3-
Version: 1.5.0
3+
Version: 1.6.0
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
@@ -184,5 +184,3 @@ Get help
184184
For getting help and/or reporting a bug please use `GitHub xrt Issues
185185
<https://github.com/kklmn/xrt/issues>`_.
186186

187-
188-

doc/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -178,9 +178,9 @@ def sort_crystals(method):
178178
# built documents.
179179
#
180180
# The short X.Y version.
181-
version = '1.5.0'
181+
version = '1.6.0'
182182
# The full version, including alpha/beta/rc tags.
183-
release = '1.5.0'
183+
release = '1.6.0'
184184

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

xrt/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# -*- coding: utf-8 -*-
22
__versioninfo__ = (1, 6, 0)
33
__version__ = '.'.join(map(str, __versioninfo__))
4-
__date__ = "7 Jul 2023"
4+
__date__ = "17 Jul 2023"

0 commit comments

Comments
 (0)