Skip to content

Commit

Permalink
bump to 1.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
scottprahl committed Mar 13, 2022
1 parent e24611c commit ee6bf6d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Changelog
=================================================

v1.9.2
------
* use both black and white dashed lines
* fit to d and not d**2
* add more dunders to __init__.py
* fix residual calculation broken in v1.9.1

v1.9.1
------
* centralize version number to a single place
Expand Down
2 changes: 1 addition & 1 deletion laserbeamsize/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
help(laserbeamsize.m2)
"""
__version__ = '1.9.1'
__version__ = '1.9.2'
__author__ = 'Scott Prahl'
__email__ = 'scott.prahl@oit.edu'
__copyright__ = 'Copyright 2017-22, Scott Prahl'
Expand Down

0 comments on commit ee6bf6d

Please sign in to comment.