Skip to content

Commit

Permalink
for release 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kklmn committed Jul 17, 2023
1 parent f01de0b commit 640df66
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
4 changes: 1 addition & 3 deletions PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: xrt
Version: 1.5.0
Version: 1.6.0
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 Expand Up @@ -184,5 +184,3 @@ Get help
For getting help and/or reporting a bug please use `GitHub xrt Issues
<https://github.com/kklmn/xrt/issues>`_.



4 changes: 2 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,9 +178,9 @@ def sort_crystals(method):
# built documents.
#
# The short X.Y version.
version = '1.5.0'
version = '1.6.0'
# The full version, including alpha/beta/rc tags.
release = '1.5.0'
release = '1.6.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 xrt/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*-
__versioninfo__ = (1, 6, 0)
__version__ = '.'.join(map(str, __versioninfo__))
__date__ = "7 Jul 2023"
__date__ = "17 Jul 2023"

0 comments on commit 640df66

Please sign in to comment.