Skip to content

Commit

Permalink
Preparation for v0.4.1 dev
Browse files Browse the repository at this point in the history
  • Loading branch information
jits committed Sep 5, 2011
1 parent 1c5db45 commit e07b9de
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.rdoc
@@ -1,5 +1,8 @@
= Changelog

== 0.4.1
*

== 0.4.0
* New config option: +Annotations::Config.value_factories+ - support for value object generation factories per attribute name.
Example:
Expand Down
2 changes: 1 addition & 1 deletion INDEX.rdoc
Expand Up @@ -3,7 +3,7 @@
Original Author:: Jiten Bhagat (mailto:mail@jits.co.uk)
Copyright:: (c) 2008-2011, the University of Manchester and the European Bioinformatics Institute (EMBL-EBI)
License:: BSD
Version:: 0.4.0
Version:: 0.4.1

For information on the plugin and to get started, see README.rdoc

Expand Down
2 changes: 1 addition & 1 deletion README.rdoc
Expand Up @@ -4,7 +4,7 @@
Original Author:: Jiten Bhagat (mailto:mail@jits.co.uk)
Copyright:: (c) 2008-2011, the University of Manchester and the European Bioinformatics Institute (EMBL-EBI)
License:: BSD
Version:: 0.4.0
Version:: 0.4.1

== IMPORTANT

Expand Down
2 changes: 1 addition & 1 deletion RUNNING_TESTS.rdoc
Expand Up @@ -13,7 +13,7 @@ To run the tests for this plugin:

create database annotations_plugin_test character set utf8;
create user 'annotations'@'localhost' identified by 'annotations_plugin';
grant all privileges on annotations_plugin_test.* to 'annotations'@'localhost';
grant all privileges on annotations_plugin_test.* to 'annotations'@'localhost';

* In the root of the dummy Rails app, run:

Expand Down
2 changes: 1 addition & 1 deletion VERSION.yml
@@ -1,4 +1,4 @@
---
:major: 0
:minor: 4
:patch: 0
:patch: 1

0 comments on commit e07b9de

Please sign in to comment.