Skip to content
This repository has been archived by the owner on Jun 26, 2024. It is now read-only.

Commit

Permalink
Preparing the release of version 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
smeerten committed Dec 6, 2019
1 parent 9d3a400 commit efc9f66
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Changelog

All notable changes to this project will be documented in this file.

## [1.2] - 2019-??-??
## [1.2] - 2019-12-06
### Added
- New plot type: 2D Colour Plot
- Added experimental support for Bruker ParaVision imaging data
Expand Down
2 changes: 1 addition & 1 deletion DocSrc/Title.tex
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
\large Wouter Franssen \& Bas van Meerten

\vspace{1cm}
\large Version 1.2b
\large Version 1.2
\vfill
\includegraphics[width=0.5\textwidth]{Images/logo.pdf}\

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Contributing
------------

1. Fork it
2. Create your feature branch
2. Create your feature branch (preferably based on the develop branch)
3. Commit your changes
4. Push to the branch
5. Submit a pull request
Expand Down
Binary file modified ReferenceManual.pdf
Binary file not shown.
Binary file modified Tutorial/Tutorial.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion Tutorial/src/Title.tex
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
\large Wouter Franssen \& Bas van Meerten

\vspace{1cm}
\large Version 1.2b
\large Version 1.2
\vfill
\includegraphics[width=0.7\textwidth]{Images/logo.pdf}\

Expand Down
2 changes: 1 addition & 1 deletion src/ssNake.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def import_lib(name, nameAs, className, splashStep):
np.set_printoptions(threshold=sys.maxsize)
QtCore.QLocale.setDefault(QtCore.QLocale('en_US'))

VERSION = 'v1.2b'
VERSION = 'v1.2'
# Required library version
NPVERSION = '1.11.0'
MPLVERSION = '1.5.0'
Expand Down

0 comments on commit efc9f66

Please sign in to comment.