Skip to content

Commit df50ea7

Browse files
committed
Bump package versions to 1.2.2 & update Copyright
1 parent 006dbb8 commit df50ea7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

WindowsRegistry/WindowsRegistry.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
class WindowsRegistry:
88
""" A class to simplify read/write access to the Windows Registry """
99
__author__ = "James Cuzella"
10-
__copyright__ = "Copyright 2012,2013, James Cuzella"
10+
__copyright__ = "Copyright 2012-2020, James Cuzella"
1111
__credits__ = [ 'Based on a class by', 'Dirk Holtwick', 'http://code.activestate.com/recipes/146305-windows-registry-for-dummies/' ]
1212
__license__ = "MIT"
1313

vncpasswd.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
from __future__ import print_function
66

77
__author__ = "James Cuzella"
8-
__copyright__ = "Copyright 2012,2013, James Cuzella"
8+
__copyright__ = "Copyright 2012-2020, James Cuzella"
99
__credits__ = [ 'Yusuke Shinyama', 'Richard Outerbridge', 'Dan Hoey', 'Jim Gillogly', 'Phil Karn' ]
1010
__license__ = "MIT"
11-
__version__ = "1.2.1"
11+
__version__ = "1.2.2"
1212
__maintainer__ = "James Cuzella"
1313

1414
import sys

0 commit comments

Comments
 (0)