Skip to content

Commit

Permalink
Bump to version 1.2 and update copyright dates
Browse files Browse the repository at this point in the history
  • Loading branch information
ahesford committed Jun 15, 2021
1 parent 69a48c8 commit 6ca9e3c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2015--2020, Andrew J. Hesford
Copyright (c) 2015--2021, Andrew J. Hesford
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion duiadns
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python

# Copyright (c) 2015--2020, Andrew J. Hesford
# Copyright (c) 2015--2021, Andrew J. Hesford
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
underlying permanent address when updating.
'''

# Copyright (c) 2015--2020 Andrew J. Hesford. All rights reserved.
# Copyright (c) 2015--2021 Andrew J. Hesford. All rights reserved.
# Restrictions are listed in the LICENSE file distributed with this package.

DOCLINES = __doc__.split('\n')
VERSION = '1.1'
VERSION = '1.2'

if __name__ == '__main__':
from setuptools import setup
Expand Down

0 comments on commit 6ca9e3c

Please sign in to comment.