diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2019-01-13 12:44:52 -0500 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2019-01-13 12:44:52 -0500 |
commit | ab8e9dd3826871ddaa18b46d08b0149ea52abb76 (patch) | |
tree | 305e82ed789b8bd34085854ec85be2372f1efc51 | |
parent | 58c39c5ac6a3836d1d383c2a3b953013a24dee6e (diff) | |
download | alembic-ab8e9dd3826871ddaa18b46d08b0149ea52abb76.tar.gz |
- happy new year
Change-Id: I7ee1ea57bc4a753155983ced0559ca81797f7531
-rw-r--r-- | LICENSE | 2 | ||||
-rw-r--r-- | docs/build/conf.py | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ This is the MIT license: http://www.opensource.org/licenses/mit-license.php -Copyright (C) 2009-2018 by Michael Bayer. +Copyright (C) 2009-2019 by Michael Bayer. Alembic is a trademark of Michael Bayer. Permission is hereby granted, free of charge, to any person obtaining a copy of this diff --git a/docs/build/conf.py b/docs/build/conf.py index cbc3189..09d9b6a 100644 --- a/docs/build/conf.py +++ b/docs/build/conf.py @@ -62,7 +62,7 @@ master_doc = 'index' # General information about the project. project = u'Alembic' -copyright = u'2010-2018, Mike Bayer' +copyright = u'2010-2019, Mike Bayer' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the |